CAppMenu2.cs
Code Type: C# Class
Uses Classes: DataSet, CDataSet
Uses PL/SQL Procedures: PCK_APP_MENU2.GetToolbarItemsRS, PCK_APP_MENU2.GetAllMenuItemsRS

Lines of Code: 292

public class CAppMenu2

	Handles loading the applications menu and tool bar 

public CAppMenu2(BaseMaster BaseMstr, Page targetPage, long AppID)

	Constructor 

protected DataSet GetRootLevelItemsDS()

	Get Root Level Menu Items 

protected DataSet GetMenuChildItemsDS(long lItemID)

	Get Child Menu Items 

protected DataSet GetToolbarItemsDS()

	Get Toolbar Items 

public string RenderToolbarHTML()

	Build the Toolbar's HTML string 

protected DataSet GetAllMenuItemsDS()

	get all menu items 

public void RenderToolbar(ext.Panel pnlParent)

	Renders the toolbar to the passed on panel 

protected void RenderChildMenuItems(object btnParent, long lParentItemID)

	renders the child menu items 

protected List<ext.MenuItem> GetChildMenuItems(long lParentItemID)

	gets a list of menu child items 

	

